Interface TcpOption

All Superinterfaces:
IPCData, Pdu, Signal
All Known Subinterfaces:
TcpOptionMSS
All Known Implementing Classes:
TcpOptionImpl, TcpOptionMSSImpl

public interface TcpOption extends Pdu
  • Method Details

    • getKind

      TcpOptionKind getKind()
      Returns:
      TcpOptionKind Returns a TcpOptionKind
    • setKind

      void setKind(TcpOptionKind kind)
      Parameters:
      kind - Takes in a parameter of kind
    • getLength

      Byte getLength()
      Returns:
      Byte Returns a Byte
    • setLength

      void setLength(Byte length)
      Parameters:
      length - Takes in a parameter of length